Byte[].ToString (gb)
Function ToString ( [ Start As Integer, Length As Integer ] ) As String
Return the array contents as a string.
-
Start is the index of the first byte to extract. By default, Start is zero.
-
Length is the number of bytes to extract. By default, everything up to the end of the array is extracted.